Browser View
class BrowserView
An SWT widget that displays content loaded in the given Browser
instance. This widget can be embedded into any SWT composite such as Shell
, Composite
, etc.
Functions
Link copied to clipboard
Link copied to clipboard
Returns
DragAndDrop
that allows managing the drag and drop functionality for this BrowserView
.Link copied to clipboard
Returns the
Browser
instance of the current view.Link copied to clipboard
Creates a new
BrowserView
instance that displays the given browser
instance.Link copied to clipboard